Learn R Programming

DDPM (version 0.1.0)

Accident proneness: The data show the number of accident proneness of individuals

Description

The function gives the number of accident proneness of individuals.

Usage

data_acci

Value

data_acci gives the number of accident proneness of individuals.

Arguments

data_acci

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

The data show the number of accident proneness of individuals. They were used by Sichel (1951) and fitted by the negative binomial distribution.

References

Sichel, H. S. (1951). The estimation of the parameters of a negative binomial distribution with special reference to psychological data. Psychometrika, 16(1), 107-127.

See Also

data_absen

Examples

Run this code
x<-data_acci 
summary(x)
table (x)

Run the code above in your browser using DataLab